.formmail_title_bgcolor { width:20%; }
.formmail_cell_bgcolor {width:80%; }
.table_05   { width:100%;   }
.table_05 td  { padding:4px; border-bottom:1px solid rgba(255,255,255,0.3); color:#212C92; font-weight:500; }
.table_05 td input,
.table_05  textarea {width:96%; background:#fff; padding:0 2%;border-radius:6px; border:2px solid #212C92; }
.table_05  textarea {height:90px;}
.table_05  textarea.formmail_textarea_style { max-width:600px; }
.table_05 input[type=text]{width:96%; height:30px; }
.table_05  input[name=mobile_no1],.table_05  input[name=mobile_no2],.table_05  input[name=mobile_no3],.table_05  input[name=address_post1],
.table_05  input[name=phone_no1],.table_05  input[name=phone_no2],.table_05  input[name=phone_no3] {width:50px;}
.table_05  input[name=name],
.table_05  input[name=email] {width:50%;}
.table_05 input[type=checkbox]{ height:12px; width:12px;}

@media screen and (max-width:1279px){
.formmail_title_bgcolor,.formmail_cell_bgcolor {font-size:14px; }
}

@media screen and (max-width:1000px){
.table_05 td  {padding:4px;}
.table_05 td input,
.table_05  textarea {border-radius:4px; }
.table_05 input[type=text]{width:96%; height:25px; }
.table_05  input[name=mobile_no1],.table_05  input[name=mobile_no2],.table_05  input[name=mobile_no3],.table_05  input[name=address_post1],
.table_05  input[name=phone_no1],.table_05  input[name=phone_no2],.table_05  input[name=phone_no3] {width:50px;}
.table_05  input[name=name],
.table_05  input[name=email] {width:50%;}
.table_05 input[type=checkbox]{ height:12px; width:12px;}
}
@media screen and (max-width:767px){
.formmail_title_bgcolor,.formmail_cell_bgcolor {font-size:12px; }
}