
.contactBox{
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    float: left;
    background-color: transparent;
    box-sizing: border-box;
    display: block;
    position: relative;
}
.contactInnerBox{
    width: 100%;
    height: auto;
    float: left;
    background-color: transparent;
    box-sizing: border-box;
    position: relative;
}
h3.contactH3{
    width: 100%;
    margin-bottom: 30px;
    float: left;
    color: #727272;
    font-weight: 500;
    line-height: 1.5em;
}
.contactBox> .contactInnerBox > form{
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    display: table;
    float: left;
}
.contactBox> .contactInnerBox > form > label{
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    float: left;
    box-sizing: border-box;
}
.contactBox > .contactInnerBox > form > label > input{
    width:100%;
    height: 40px;
    float: left;
    border: none;
    color: #333;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #727272;
    background-color: transparent;
    -webkit-box-shadow:  none;
    -moz-box-shadow: none;
    box-shadow: none;    
    box-sizing: border-box;
}
.contactBox > .contactInnerBox > form > label > input#contactcapchaid{
    width:100px;
    margin-right: 10px;
}
.contactBox > .contactInnerBox > form > label > input:focus{
    color: #333;
}
.contactBox > .contactInnerBox > form > label > textarea{
    border-bottom: 1px solid #999;  
    box-sizing: border-box;
    line-height: 25px;
}
.contactBox > .contactInnerBox > form > label > textarea:focus{ 
    color: #333;
}
.contactBox > .contactInnerBox > form > div > button{
    min-width: 100px;
    padding: 10px;
    background-color: #666;
    border: 1px solid #fff;
    box-sizing: border-box;
    font-size: 15px;
}
.btnContactBox{
    width: 100%;
    float: left;
    padding: 15px;
    box-sizing: border-box;
}
.contactBox > .contactInnerBox > form > div > button:hover{
    background-color: #727272; 
}
.contactSubmitIconLoadBox{
    width: 20px; 
    height: 20px; 
    float: left;
    display: block;
}
.contactSubmitIconLoadBox > img{
    visibility:hidden;
}

@media only screen and (max-width: 1499px){

}
@media only screen and (max-width: 1366px){

}
@media only screen and (max-width: 1280px){

}
@media only screen and (max-width: 1259px){

}

@media only screen and (max-width: 1199px){

}
@media only screen and (max-width: 1149px){

}
@media only screen and (max-width: 1099px){

}
@media only screen and (max-width: 1023px){    
    .contactBox > .contactInnerBox > form > label > input{
        width:100%;
    }
    .contactBox > .contactInnerBox > form > div > button{
        width: 100%;
    }    
}
@media only screen and (max-width: 799px){

}
@media only screen and (max-width: 667px){


}
@media only screen and (max-width: 510px){

}
@media only screen and (max-width: 510px){

}

@media only screen and (max-width: 479px){

}

@media only screen and (max-width: 450px){

}
@media only screen and (max-width: 350px){
  
}