.api_contact h2{
    text-transform: uppercase;
    text-align:center;
}

.api_contact p{
    text-align:center;
}

.api_contact .api_td_1{
    border-right:2px solid #000;
    font-size:15px;
    padding-left:50px;
    padding-right:50px;
    padding-bottom:10px;
    padding-top:10px;
}
.api_contact .api_td_1_mobile{
    font-size:15px;
    padding-left:50px;
    padding-right:50px;
    padding-bottom:10px;
    padding-top:10px;
}
.api_contact .api_td_2{
    padding-left:50px;
    padding-right:50px;
    padding-bottom:10px;
    padding-top:10px;
}
.api_contact{
    text-align:left;
    height: 100vh;
}

.api_contact .api_input{
    outline:0px;
    border:none;
    width:100%;
    background-color:#fafafa;
    padding:15px;
    font-size:15px;
}
.api_contact .api_input_mobile{
    outline:0px;
    border:none;
    width:100%;
    background-color:#fafafa;
    padding:10px;
    font-size:15px;
}
.api_contact .api_textarea{
    outline:0px;
    border:none;
    width:100%;
    height:150px;
    background-color:#fafafa;
    padding:15px;
    font-size:15px;
}

.help-block{
    display:none !important;
}
.api_contact .api_button {
    color:#000;
    font-size:15px;
    text-align: center;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
    padding:10px;
    display:inline-block;
}

::-webkit-input-placeholder {
    color: #aeaeae;
 }
 
 :-moz-placeholder { /* Firefox 18- */
    color: #aeaeae;
 }
 
 ::-moz-placeholder {  /* Firefox 19+ */
    color: #aeaeae;

}
 
 :-ms-input-placeholder {  

    color: #aeaeae;

}

.api_textarea_des {
    width: 70%;
    border: none;
    background-color: white;
    padding: 25px;
    outline: none;
    height: 200px;
}

.api_contact_td_1 {
    width: 30%;
    vertical-align: top;
    padding-top: 10px;
    padding-bottom: 30px;
}


.api_contact_td_2 {
    width: 70%;
    vertical-align: top;
    padding-bottom: 30px;
}

.api_input_2 {
    outline: 0px;
    border: none;
    width: 100%;
    background-color: #ffff;
    padding: 12px;
    font-size: 15px;
    width: 70%;
}

.api_temp_button_submit {
    width: 200px;
    padding: 15px;
    background-color: rgb(144, 150, 157);
    color: white;
    text-align: center;
    cursor: pointer;
}


.api_temp_contact_label {
    background-color: rgb(0, 0, 0);
    color: #fff;
    padding: 3px 7px;
}

.api_temp_contact_label_2 {
    background-color: rgb(144, 150, 157);
    color: #fff;
    padding: 3px 7px;
}

.api_temp_checkbox_contact {
    display: block !important;
    width: 20px !important;
    height: 20px !important;
    color: whitesmoke;
}

.api_temp_td_checkbox_1 {
    width: 30px;
    padding-bottom: 10px;
}

.api_tapi_contact_td_2 {
    padding-bottom: 20px;
}

.api_temp_checkbox_contact_mobile {
    display: block !important;
    width: 15px !important;
    height: 15px !important;
    color: whitesmoke;
}

.api_textarea_des_mobile {
    width: 100%;
    border: none;
    background-color: white;
    padding: 10px;
    outline: none;
    height: 100px;
    font-size: 10px;
    margin-top: 5px;
}
.api_input_2_mobile {
    outline: 0px !important;
    border: none;
    width: 100% !important;
    background-color: #ffff !important;
    padding: 2px 3px !important;
    margin-top: 5px;
    font-size: 10px;
    width: 100%;
}

.api_temp_td_checkbox_1_mobile {
    vertical-align: middle !important;
}

.api_temp_button_submit_mobile {
    width: 120px;
    padding: 10px;
    background-color: rgb(144, 150, 157);
    color: white;
    text-align: center;
    cursor: pointer;
    font-size: 10px;
}

.api_temp_wrapper_contact {
    width: 60vw;
}

  @media only screen and (max-width: 768px) {
    .api_temp_wrapper_contact {
        width: 80vw;
    }
  }