.wdd123 {
    margin-top: 3%;
    font-size: 12pt; 
    width: 100%;
}

.gcaptcha {
    left: 22.5%;
    position:relative;
}

h1{
    font-size: 34pt;
    margin-top: 2%;
}

.labeltext {
    font-size: 12pt;
   
}
.wddQuoteForm{
    margin-left: 23.5%;
    font-size: 10pt;
}

/*Form Input*/
.wddQuoteForm, input{
    width: 55%;
    height: 25px;
    margin-bottom: 1%;
    margin-top: 1%;
}


.wddQuoteForm, label{
    line-height: 120%;
    margin-bottom: 2%;
}

.wddQuoteForm, textarea{
    width: 55%;
    height: 70%;
    margin-top: 1%;
}

.line{
    border-color: #e45025;
    border-style: solid;
    width: 30%;
    margin-bottom: 5%;
    margin-top: 3%;
}

/*Form Submit*/
.submit{
    height: 65px;
    padding-top: 15px;
    padding-bottom: 10px;
    background-color: #e45025;
    cursor: pointer;
    border-style: hidden;
    font-family: 'myriad-pro', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 55px;
}

/*Hover*/
.submit:hover {
    background-color: #1a70b8;
}


/*ERROR SECTION*/

/*Form Error*/
#wddError{
    color: darkred;
    text-align: left;
    margin-top: 4%;
    margin-left: 22.3%;
    display: none;
}

/*Form Error List*/
#wddErrorList, li{
    margin-left: 0%;
    margin-bottom: 1%;
    text-align: left;
    list-style: none;
}




/*SUCCESS PAGE*/

h4{
    font-size: 16pt;
    margin-top: 2%;
    margin-bottom: 2%;
}


.bgImage{
    position: absolute;
    margin-left: -30%;
    margin-top: 12%;
    width: 25%;
    height: auto;
    z-index: -1;
    opacity: 0.1;
}

.deskBR{
    display: block;
}

@media screen and (max-width: 500px){
    
h1{ 
    font-weight: 500;
}
    
.wddQuoteForm{
    margin-left: 20%;
}
    
  
    
/*Form Input*/
input{
    width: 110%;
    margin-top: 4%;
    margin-right: 20%;
}    
    
textarea{
    width: 110%;
    margin-top: 4%;
}

.gcaptcha {
    left:2%; 
    position: absolute;
}
    
        
/*Form Submit*/
.submit{
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 95px;
    margin-bottom: 15px;
    margin-left: 5.5%;
}

    
.deskBR{
    display:none;
}

    
} /*End of @media*/