.banner-quote #quote-header h2{ 
    font-size: 28px; 
    line-height: 6px; 
    font-weight: bold;
    margin-bottom: 0; 
    text-align: center;
	margin:0px;
}

.banner-quote .quote-content select,.banner-quote .quote-content input{
    padding: 8px 6px;
}

/*padding: 5px 10px;*/

.right-column{
    float: right;
     /*width: 25%;*/
    /* margin-right: 8px; */
}

.banner-quote{
    padding: 0;
    box-shadow: none;
    border-bottom: 5px solid rgba(16,33,92,.8);
	margin-top:30px;
}

#quote-header{
    background: #10215c;
    color: #fff;
    font-size: 22px;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-right: 22px 
}
.dumptser_submit_img{
    display: inline-block;
    max-width: 30px;
    /* float: left; */
    height: auto;
    vertical-align: top;
    margin-right: 12px;
}

    

.orange{
        color: #f26925;
}


.quote{
    padding: 22px 12px;
}

.quote-content label{
  font-size: 16px;
  line-height: 20px;
    font-weight: 600;
    text-align: left;
    display: block;
    /*margin-bottom: 25px;*/
}

.quote_form  label img{
        margin-right: 10px;
    vertical-align: middle;
    max-width: 20px;
    height: auto;
}

.divider{
    height: 1px;
    width: 100%;
    background-color: #f2f2f2;
    margin-top: 12px;
    margin-bottom: 12px;
}
    
.quote-content input[type="text"],.quote-content input[type="password"]{
    box-sizing:border-box;
}

.form-group{
    margin-bottom: 1rem;
}

.quote-content input[type="submit"]{
        /* width: 50%; */
    /* height: 50px; */
    /* background: #eb6124; */
	background-color: #10215c;
    border: 0;
    color: #fff;
    font-size: 16px;
    /* box-shadow: 3px 4px 0 #096f94; */
    padding: 0;
    margin-top: 10px;
    padding: 5px 20px;
}

img.ajax_loader{
    margin-right: 20px;
    display: inline-block;
    display: none;
}

@media only screen and (max-width: 800px){
    .right-column{
        float: none;
        width: 100%;
    }
}