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

    .header {
        font-size: 17px;
        font-weight: 700;
    }

    .subheader {
        font-size: 23px;
        font-weight: 400;
    }

    #initial-shown {
        font-size: 18px;
    }

    .show-more {
        font-size: 18px;
    }

    .form-group {
        font-size: 18px;
    }

    .contact-form {
        width: 90% !important;
    }

    #onezero-leads-form {
        padding: 5%;
    }

}

#onezero-leads-form {
    padding-top: 20px;
    padding-bottom: 10%;
    padding-right: 5%;
    padding-left: 5%;
}


.container {
    margin-top: 20px;
}

.contact-form {
    background: #e3f2fd;
    margin-top: 2%;
    margin-bottom: 5%;
    width: 70%;
}

.contact-form .form-control {
    border-radius: 5px;
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
}

.contact-image {
    text-align: center;
}

.contact-image img {
    border-radius: 6rem;
    width: 11%;
    margin-top: -3%;
    transform: rotate(29deg);
}

@media only screen and (min-width: 768px) {
    .contact-form form {
        padding: 14%;
    }
}

.contact-form form .row {
    margin-bottom: -7%;
}

.contact-form h3 {
    margin-bottom: 8%;
    margin-top: -10%;
    text-align: center;
    color: #0062cc;
}

.contact-form .btnContact {
    width: 100%;
    border: none;
    border-radius: 10px;
    padding: 4%;
    background: #FF8B00;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    margin-top: 25px;
}

.btnContactSubmit {
    width: 50%;
    border-radius: 1rem;
    padding: 1.5%;
    color: #fff;
    background-color: #FF8B00;
    border: none;
    cursor: pointer;
}

.relative-input {
    position: relative !important;
}

#submit-btn {
    border: none;
    border-radius: 10px;
    background: #FF8B00;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
}

@media only screen and (max-width: 374px) {
    #checkbox-label {
        padding-right: 10%;
    }
}

@media only screen and (min-width: 375px) and (max-width: 424px) {
    #checkbox-label {
        padding-right: 8%;
    }
}

@media only screen and (min-width: 425px) and (max-width: 500px) {
    #checkbox-label {
        padding-right: 7%;
    }
}

@media only screen and (min-width: 501px) and (max-width: 767px) {
    #checkbox-label {
        padding-right: 6%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    #checkbox-label {
        padding-right: 7%;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1439px) {
    #checkbox-label {
        padding-right: 5%;
    }
}

@media only screen and (min-width: 1440px) {
    #checkbox-label {
        padding-right: 3%;
    }
}

@media only screen and (max-width: 767px) {
    #onezero-lead-form {
        /*margin-bottom: 600px;*/
        /*The above is commented out for the custom text added to this page below form. If removing the text, uncomment the above margin.*/
    }
}
