.rep123 {
    margin-top: 3%;
    font-size: 1.5vw; 
    width: 100%;
    text-align: center;
}

.gcaptcha {
    
    left: 22.5%;
    position:relative;
}
.labeltext {
    font-size: 1.5vw;
}

.controlitems {
    width: 55%;
}

h1{
    font-size: 2.5vw;
    margin-top: 2%;
    margin-bottom: 3%;
}

.note{
    font-size: 1.2vw;
}


.ie, .note span{
    font-size: 1vw;
    text-decoration: none;
    font-style: italic;
}

.estimateForm{
    margin-left: 22.5%;
    font-size: 1.2vw;
}

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


.estimateForm, label{
    line-height: 200%;
}

.estimateForm, textarea{
    width: 55%;
    height: 70%;
}

 #cbo_state{
    width: 55%;
    height: 120%;
}


.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*/
#repError{
    color: darkred;
    text-align: left;
    margin-top: 4%;
    margin-left: 22.3%;
    display: none;
}

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

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


/*SUCCESS PAGE*/
.estimateResults{
    width: 80%;
    margin-left: 10%;
}

.estimatefigure{
    margin-bottom: 3%;
}

.CU{
    font-size: 1.2vw;
    margin-bottom: 3%;
}

.deskBR{
    display: none;
}




@media screen and (max-width: 500px){
    
h1{
    font-size: 10vw;
    font-weight: 700;
}
    
.gcaptcha {
    left:2%; 
    position: absolute;
}
    
.CU{
    font-size: 2.3vw;
}
    
.rep123 {
    font-size: 2.5vw; 
}
    
.note{
    font-size: 2.3vw;
    width: 85%;
    margin-left: 8%;
}

.ie, .note span{
    font-size: 1.8vw;
    text-decoration: none;
    font-style: italic;
}
    
    #cbo_service{
        margin-top: 5%;
    }
    
    .labeltext {
    font-size: 6vw;
   
}

.gcaptcha {
    left:3%; 
    margin-top: 5%;
    
}

.controlitems {
    width: 80%;
}

select {
    width: 80%;
    margin-left: 5%;
}
    
input{
     width:   100%;
    margin-left: 5%;
    }
    
#cbo_state {
    width: 80%;
    
}
    
.estimateForm{
    margin-top: 7%;
    margin-left: 0%;
    width: 95%;
}
    
    /*Form Submit*/
.submit{
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 95px;
    margin-bottom: 15px;
    margin-left: 2%;
}

.deskBR{
    display: block;
}
    
    .repContact{
        font-size: 7vw;
    }
    
    .astx{
        font-size: 6vw;
    }
    
} /*End of @media*/