﻿.chatButtonNew {
    bottom: 80px !important;
}
    
#contact-us-pic {
    background-image: linear-gradient(to right, #5E7468, transparent, transparent), url("/images/contact-us-plain-green-loans.png");
    background-repeat: no-repeat;
    margin-top: -889px;
    position: relative;
    height: 898px;
    width: 68%;
    float: right;
    background-position-x: 18px;
    background-position-y: 4px;
    background-size: cover;
}

#contact-us-header {
    background-image: linear-gradient(to right, var(--forest-green), var(--forest-green),transparent,transparent);
    height:  898px;
    position: relative;
    z-index: 1;
    
}

#contact-us-mobile-pic {
    background-image: url("/images/contact-us-plain-green-loans.png");
    background-repeat: no-repeat;
    height: 460px;
    background-position-x: center;
    background-size: 105%;
}

#contact-us-container-mobile {
    background-image: linear-gradient(var(--pgl-green), #315545);
}

#contact-us-form {
    height: 886px;
    margin-top: -898px;
    position: relative;
    z-index: 1;
}

#Message {
    height: 172px;
    line-height: 1.5;
}

#Message.form-control::placeholder, #Message.form-control:placeholder-shown:not(:focus) {
    padding-top: 10px;
}

.contact-us-h3 {
    color: white;
    font-family: Inter, sans-serif;
    font-weight: 600;
    line-height: 34px;
    margin-bottom: 0;
}

.contact-us-p {
    color: white;
    font-family: Inter, sans-serif;
    font-weight: 600;
    margin-bottom: 0;
}

#contact-form-submit {
    width: 189px;
}

.white-button, .white-button:active, .white-button:focus, .white-button:hover, .white-button:focus-visible {
    color: black !important;
}

#please-call-div {
    max-width: 307px;
}

#please-call {
    line-height: 24px;
    font-size: 16px;
}

.hidden-but-validated{
    visibility:hidden;height:0;width:0;margin:0;padding:0
}

#reach-by-mail-container {
    background-image: url("/images/green-topo-map-horizontal.jpg");
    /*height:  603px;*/
    background-repeat: no-repeat;
    background-size: 110%;
    position: relative;
    z-index: 10;
}

#reach-by-mail-divider {
    background-color: white;
    height: 1px;
    opacity: 100%;
}

.reach-by-mail-sub-category {
    font-family: Inter, sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 0;
}

#contact-confirmation-header {
    font-size: 45px;
}

@media (max-width: 1920px) {
    #contact-us-pic {
        background-position-x: -67px;
    }
}

@media (max-width: 1800px) {
    #contact-us-pic {
        background-position-x: -67px;
    }    
}

@media (max-width: 1700px) {
    #contact-us-pic {
        background-position-x: -129px;
    }
}

@media (max-width: 1600px) {
    #contact-us-pic {
        background-position-x: -210px;
    }
}

@media (max-width: 1500px) {
    #contact-us-pic {
        background-position-x: -273px;
    }
}

@media (max-width: 1440px) {
    #contact-us-pic {
        background-position-x: -273px;
        background-image: linear-gradient(to right, #5E7468, transparent, transparent, transparent), url("/images/contact-us-plain-green-loans.png");
    }
}

@media (max-width: 1400px) {
    #contact-us-pic {
        background-position-x: -342px;
    }
}

@media (max-width: 1200px) {
    #contact-form-submit {
        width: 240px;
    }
}

@media (max-width: 992px) {
    
    #contactForm {
        width: 100%;
    }
    #contact-form-submit {
        width: 343px;
    }

    #reach-by-mail-container {
        background-image: url("/images/green-topo-map.png");
    }
}

@media (max-width: 668px) {
    #contact-us-mobile-pic {
        background-image: url("/images/contact-us-plain-green-loans1.png");
        background-repeat: no-repeat;
        background-size: 100%;
        height: 460px;
        background-position-x: center;
    }   
}

@media (max-width:525px) {
    #contact-us-mobile-pic {
        height:  387px;
        background-size: 100%;
    }

    #Message {
        height: 200px;

    }
}

@media (max-width:392.9px) {
    #contact-us-mobile-pic {
        height: 315px;
    }

}