.quote-form h1, .quote-form b {
    color: #fff;
}

    .quote-form h1{
        font-size:35px;
    }
.quote-form input, .quote-form a {
    margin: 0 5% 20px 5%;
}

        .quote-form input[type=text] {
            margin: 0 5% 20px 5%;
            width: 90%;
            padding: 5px;
        }

.quote-form .top-text {
    width: 90%;
    margin: 0 5%;
}
.quote-form select {
    width: 90%;
    padding: 10px 5px;
    margin: 0 5% 20px 5%;
}
.quote-form textarea {
    width: 90%;
    margin: 0 5% 20px 5%;
    padding: 5px;
}

div#whatsapp-chat-widget {
    display: none;
}

.quote-form input[type=submit], .quote-form .btn-primary {
    background-color: #f4581a;
    border-color: transparent !important;
    box-shadow: none;
}
.valFail {
    /* margin: 0 0 0 25px; */
    position: relative;
    top: -15px;
    left: 30px;
    padding: 5px;
    border: 1px red solid;
    background: rgba(255, 255, 255, 0.8);
}
#wait-wrapper{
    display:none;
}
div#please-wait {
    text-align: center;
    padding: 25px 50px;
    width: 80%;
    margin: 0 auto;
    border: 1px white solid;
    background: rgba(255, 255, 255, 0.8);
}
.pnlWrapper {
    height:100vh;
}