.quoteMain {
    background-color: rgb(239, 237, 237);
    align-items: center;
    text-align: center;
    min-height: 100vh;
}

.quoteForm{
    margin-top: 7em;
    background-color: white;
    box-shadow: 0 0 15px #b0b0b0;
    border-radius:8px;
    font-size: 18px;
}

.quoteH4{
    padding-top: 1.5em;
    font-weight: 400;
}

.quoteH4Two{
    padding-bottom: 1.5em;
    font-weight: 400;
}

.quoteH5{
    padding: 1.25em 0;
    font-size: 28px;
}

.quoteButton{
    background-color: white;
    color: black;
    border-color: lightgrey;
    border-radius: 15px;
    padding: .5em 5em;
    font-size: 16px;
}

.quoteButtonPicked{
    background-color: #00b5e2;
    color: white;
    border-color: #00b5e2;
    border-radius: 15px;
    padding: .5em 5em;
    font-size: 16px;
}

.quoteButtonPicked:hover{
    background-color: #00b5e2;
    color: white;
    border-color: #00b5e2;
    border-radius: 15px;
    padding: .5em 5em;
}

.quoteNext{
    text-align: right;
    margin: 5em 0;
    margin-right: 2em;
}

.nextButton{
    background-color: white;
    border-color: white;
    color: #00b5e2;
    font-size: 22px;
    text-transform: unset !important;
    font-weight: 300;
}

.nextButton:hover{
    font-weight: 500;
    border-color: white;
    text-decoration: underline;
}

.quotePostalCode{
    text-align: left;
    font-size: 22px;
    font-weight: 500;
    margin-left: 20%;
}

.quoteInput{
    border-radius: 15px;
    border: solid lightgrey 2px;
    padding-left: 15px;
    width: 75%;
    font-size: 22px;
}

.quoteInput:focus{
    outline: none !important;
    border: 2px solid #00b5e2;
    box-shadow: none;
}

.quoteError{
    color: red;
    font-size: 18px;
    font-weight: 400;
    text-decoration: underline;
}

.quoteTerms{
    padding: 2.5em 0;
    text-wrap: wrap;
    font-size: 18px;
}

.quoteInputCheckbox{
    transform: scale(2);
}

.quoteYoutube {
    padding-bottom: 2em;
    margin-bottom: 3em;
}

.quoteVideo {
    width: 80%;
    height: 450px;
}

.captcha{
    width: 304px;
    margin: 0 auto;
}

@media only screen and (max-width: 576px) {

}


@media only screen and (max-width: 768px) {
    .quoteForm{
        font-size: 14px;
    }

    .quoteH4{
        padding-top: 1.5em; 
        font-weight: 400;
        font-size: 18px;
    }

    .quoteH4Two{
        padding-bottom: 1.5em; 
        font-weight: 400;
        font-size: 18px;
        margin: 0 1em;
    }

    .quoteH5{
        padding: 1.5em 0;
        font-weight: 400;
        font-size: 22px;
    }

    .nextButton{
        color: #00b5e2;
        font-size: 22px;
    }

    .quoteInput{
        font-size: 16px;
    }

    .quotePostalCode{
        text-align: left;
        font-size: 18px;
        font-weight: 500;
        margin-left: 2em;
    }

    .quoteInputCheckbox{
        transform: scale(1.5);
    }

    .quoteTerms{
        margin: 0 2em;
        padding: 1em 0;
        font-size: 14px;
    }

    .quoteVideo {
        width: 90%;
        height: 200px;
    }

    .quoteError{
        color: red;
        font-size: 16px;
        font-weight: 400;
    }
}
.batteryTitle{
    background-color: rgb(239, 237, 237);
}

.line {
    width: 100%;
    height: 2px;
    background-color: #000;
    left: 0;
}

h1, a{
    color: #00b5e2;
}

h2{
    font-size: 26px;
}

a:hover{
    color: #007c9b;
}

p{
    font-size: 18px;
    padding: 0 25px 0 25px;
}

ul{
    font-size: 18px;
}

li{
    font-size: 18px;
    padding-top: 8px;
}

.batteryButton{
    background-color: white;
    border-color: white;
    color: #00b5e2;
    font-size: 25px;
    text-transform: unset !important;
    font-weight: 400;
}

.batteryButton:hover{
    font-weight: 500;
    border-color: white;
    text-decoration: underline;
}

@media only screen and (max-width: 768px) {
    h1{
        font-size: 28px;
    }

    h2{
        font-size: 24px;
    }

    p{
        font-size: 16px;
    }

    ul{
        font-size: 15px;
    }
    
    li{
        font-size: 15px;
        padding-top: 10px;
    }

    .batteryButton{
        font-size: 24px;
    }

    .line {
        width: 100%;
        height: 2px;
        background-color: #000;
    }
}
.quoteMain {
    background-color: rgb(239, 237, 237);
    align-items: center;
    text-align: center;
    min-height: 100vh;
}

.quoteForm{
    margin-top: 7em;
    background-color: white;
    box-shadow: 0 0 15px #b0b0b0;
    border-radius:8px;
    font-size: 18px;
}

.quoteH4{
    padding-top: 1.5em;
    font-weight: 400;
}

.quoteH4Two{
    padding-bottom: 1.5em;
    font-weight: 400;
}

.quoteH5{
    padding: 1.25em 0;
    font-size: 28px;
}

.quoteButton{
    background-color: white;
    color: black;
    border-color: lightgrey;
    border-radius: 15px;
    padding: .5em 5em;
    font-size: 16px;
}

.quoteButtonPicked{
    background-color: #00b5e2;
    color: white;
    border-color: #00b5e2;
    border-radius: 15px;
    padding: .5em 5em;
    font-size: 16px;
}

.quoteButtonPicked:hover{
    background-color: #00b5e2;
    color: white;
    border-color: #00b5e2;
    border-radius: 15px;
    padding: .5em 5em;
}

.quoteNext{
    text-align: right;
    margin: 5em 0;
    margin-right: 2em;
}

.nextButton{
    background-color: white;
    border-color: white;
    color: #00b5e2;
    font-size: 22px;
    text-transform: unset !important;
    font-weight: 300;
}

.nextButton:hover{
    font-weight: 500;
    border-color: white;
    text-decoration: underline;
}

.quotePostalCode{
    text-align: left;
    font-size: 22px;
    font-weight: 500;
    margin-left: 20%;
}

.quoteInput{
    border-radius: 15px;
    border: solid lightgrey 2px;
    padding-left: 15px;
    width: 75%;
    font-size: 22px;
}

.quoteInput:focus{
    outline: none !important;
    border: 2px solid #00b5e2;
    box-shadow: none;
}

.quoteError{
    color: red;
    font-size: 18px;
    font-weight: 400;
    text-decoration: underline;
}

.quoteTerms{
    padding: 2.5em 0;
    text-wrap: wrap;
    font-size: 18px;
}

.quoteInputCheckbox{
    transform: scale(2);
}

.quoteYoutube {
    padding-bottom: 2em;
    margin-bottom: 3em;
}

.quoteVideo {
    width: 80%;
    height: 450px;
}

.captcha{
    width: 304px;
    margin: 0 auto;
}

@media only screen and (max-width: 576px) {

}


@media only screen and (max-width: 768px) {
    .quoteForm{
        font-size: 14px;
    }

    .quoteH4{
        padding-top: 1.5em; 
        font-weight: 400;
        font-size: 18px;
    }

    .quoteH4Two{
        padding-bottom: 1.5em; 
        font-weight: 400;
        font-size: 18px;
        margin: 0 1em;
    }

    .quoteH5{
        padding: 1.5em 0;
        font-weight: 400;
        font-size: 22px;
    }

    .nextButton{
        color: #00b5e2;
        font-size: 22px;
    }

    .quoteInput{
        font-size: 16px;
    }

    .quotePostalCode{
        text-align: left;
        font-size: 18px;
        font-weight: 500;
        margin-left: 2em;
    }

    .quoteInputCheckbox{
        transform: scale(1.5);
    }

    .quoteTerms{
        margin: 0 2em;
        padding: 1em 0;
        font-size: 14px;
    }

    .quoteVideo {
        width: 90%;
        height: 200px;
    }

    .quoteError{
        color: red;
        font-size: 16px;
        font-weight: 400;
    }
}
