/*.contact-wrapper{
    background: url('../img/contact-bg.png') bottom;
    background-size: 100% 100%;
    height: 100%;
    padding: 50px 30px;
}
.contact-wrapper .container{
    
}
.contact-col{
    width: 33%;
    position: relative;
    float: right;
    color: #fff;
}
.contact-col-span{
    width: 66%;
    float: right;
    color: #fff;
}
.contact-header-title{
    width: 100%;
    position: relative;
    padding-right: 15px;
}
.contact-header-title h1,p{
    color: #fff;
    text-align: right;
}

*/

/*New*/
.contact-wrapper{
    background: rgba(0,0,0,0.1);
    height: 100%;
    padding: 50px 0px;
}
.contact-header{
    display: table-cell;
    width: 30%;
    padding: 0 10%;
}
.contact-fields-wrp{
    vertical-align: top;
    display: table-cell;
    width: 63%;
}
#contactForm{

}
.contact-fields-cont{
    display: table;
    width: 100%;
}
.form-group{
    display: inline-block;
    width: 100%;
    padding: 10px 20px;
}
.form-control{
    border: 1px solid #aaa;
    border-radius: 4px;
    padding: 10px 5px;
    width: 100%;
    box-shadow: inset 0 0 1px 1px rgba(44,44,44,.15);
}
.form-col{
    display: inline-table;
    width: 49%;
    height: 100%;
}
.h3{
    width: 100%;
    text-align: right;
    font-size: 1em;
    display: block;
    margin-bottom: 15px;
    font-weight: 700;
}
.text-box2 {
    display: inline-block;
    width: 100%;
    color: #333;
}
.text-box2 *{
    color: #333;
}
.submit-btn-wrapper{
    display: table;
    height: 50px;
    padding: 10px;
    margin-top: 0%;
    margin-left: auto;
    margin-right: auto;
    opacity: .95;
}
.submit-btn-wrapper .form-submit-btn{
    display: inline-block;
    border: 1px solid #aaa;
    border-radius: 4px;
    padding: 10px 40px;
    color: #fff;
    background-color: #333;
}
.form-submit-btn:hover{
    cursor: pointer;
    opacity: .85;
}

@media screen and (max-width: 800px){
    .contact-header{
        width: 100%;
        display: block
    }
    .contact-fields-wrp{
        width: 100%;
        display: block;
    }
}
@media screen and (max-width: 600px){
    .form-col{
        display: block;
        width: 100%;
    }
    
}