
.wapper-content-page {
    
}
.inner_right div.address {
    margin-bottom: 10px;
}
.contact_title {
    background: none repeat scroll 0 0 #0068CC;
    color: #FFFFFF;
    padding: 5px 16px;
    position: relative;
}
.contact .contact_title span  {
    background: url("../images/bg-icon.png") no-repeat scroll 0 0;
    height: 5px;
    left: 50%;
    margin-left: -5px;
    position: absolute;
    top: 28px;
    width: 10px;
}
.form_name {
    padding-left: 35px;
    width: 80px;
    color: #000000;
    float: left;
}
.contact_table_cont{
    padding-bottom: 15px;
}
.form_control {
    height: 22px;
    border: 1px solid #D1D1D1;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15) inset;
    width: 330px;
}
textarea {
	min-height: 134px;
    border: 1px solid #D1D1D1;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15) inset;
    width: 530px;
}
.textbox.capcha {
    height: 26px;
    width: 113px;
    border: 1px solid #D1D1D1;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15) inset;
}
.form_text .button {
    margin: 0 10px 0 0;
    text-align: center;
    width: 70px;
    border: 0;
    border-radius: 2px;
    font-size: 13px;
    font-weight: bold;
    color: #ffffff;
    line-height: 35px;
}
.form_text > img{
	vertical-align: middle;
    margin-bottom: 3px;
    margin-right: 7px;
}
#resetbt{
	background: #9F9F9F;
    padding: 9px 31px;
}
#submitbt{
	background: #00923F;
     padding: 9px 36px;
}
.contact_form > h2 {
    font-size: 13px;
    color: #00923f;
    text-transform: uppercase;
    line-height: 40px
}
div.address_wapper_left span.names {
    color: #00923f !important;
    font-size: 13px;
    text-transform: uppercase !important;
    font-weight: bold;
    float: left;
    margin-bottom: 8px;
}
.address_wapper_left span font {
    font-weight: bold;
    color: #212121;
}
.address_wapper_left span {
    color: #212121;
    line-height: 22px;
}
.inner_right div.address_wapper_right {
    padding: 15px 0px;
}
.address_wapper_right a img.zoom-image {
    position: relative;
    left: -398px;
    top: 0px;
}
div#modalBox {
width: 100% !important;
}

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

    
    
}
@media only screen and (max-width: 600px) {
    
  .form_name {
        padding-left: 0px;
        display: block;
        float: none;
        padding-bottom: 2px;
    }
    .form_control {
        width: 99%;
    }
    textarea {
        width: 99%;
    }
    
}
@media only screen and  (max-width:480px){
    .form_name {
        padding-left: 0px;
        display: block;
        float: none;
        padding-bottom: 2px;
    }
}