.top-banner .wrapper.style3 {
    /*background-image: url('../../images/banner/contact-us.jpg');*/
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: local;
    height: 325px;
    position: relative;
    }

.slogan-c{
    color: white;
}
.aboutSection{
    padding: 3rem 0;
    min-height: 100vh;
    position: relative;
    margin-bottom: 90px;
    font-size: 14px;
}

#contact-table{
    font-size: 18px;
}

#contact-table td{

}

#contact-table tr>td:first-child{
    text-align: center;
}

#contact-table tr>td:nth-child(2){
    width: 36%;
    min-width: 140px;
}

.inquirypic-wrapper{
    padding: 0;
}

#captcha{
    width: 150px;
    display: inline;
}

@media (max-width: 420px) {
    .style3{
        padding-left: 15px!important;
    }
    #contact-table tr>td:nth-child(2) {
        padding: 8px;
        min-width: 100px;
    }

    .col-sm-8.text-right{
        text-align: center;
    }
}

@media (max-width: 767px) {
    .inquirypic-wrapper{
        padding: 20px 0;
    }
}

@media (max-width: 640px) {

    #contact-table tr>td:nth-child(2) {
        width: 36%;
    }
    #contact-table tr>td{
        font-size: .7em;
    }
    .jumbotron p {
        font-size: 14px;
    }
    .jumbotron h1{
        font-size: 36px;
    }

}