/*------form-----*/
.form{
  max-width: 100%;
  width: 50%;
}
.form .collapse-processed{
  text-align: left;
  color: #0083B2;
  font-size: 26px;
  width: inherit;
  font-weight: bold;
}
fieldset {
  margin-bottom: 1em !important;
  padding: 0.5em !important;
  margin: auto !important;
  border: 2px groove threedface !important;
  background: #EBEBEB;
}
.marker, .form-required {
  color: rgb(255, 0, 0);
}
.address-pane-table table td {
  padding: 4px 2px 2px 2px;
}
.form .field-label {
  font-size: 15px;
  font-weight: bold;
  text-align: right;
  vertical-align: top;
}
.form .info {
  font-size: 12px;
}
.address-pane-table .form-item {
  display: inline;
}
.form input{
  width: 100%;
  max-width: 200px;
}

.form-item input, select{
  margin: 3px 0;
  width: 100%;
  max-width: 100%;
  padding: 10px;
}
#coddiv, .form-item select{
  margin: 3px 0;
}
.form-item #pcode{
  max-width: 80px;
}
.form-item #district{
  max-width: 80px;
}
.field-label{
  padding: 4px 0;
}
#checkout-form-bottom {
  margin-bottom: 10px;
  padding: 10px 0;
  text-align: right;
}
#codinp {
  width: 20px;
}
.blue_button{
  margin: 0 auto;
  display: block;
  position: static;
  text-decoration: underline;
  padding: 12px 10px;
  background-color: #0083B2;
  color: #FFFFFF;
  text-align: center;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-size: 24px !important;
  border: none;
  box-shadow: inset 0px 1px 0px 0px #AEC3E5;
  font: 700 20px/1 "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Geneva", "Verdana", sans-serif;
  text-shadow: 0px -1px 1px #64799E;
}
.blue_button:hover {
  background-color: #330099;
  box-shadow: inset 0px 1px 0px 0px #A5B9D9;
  cursor: pointer;
}
.marg_top_12_spec{
  margin-top: 12px;
}


@media (max-width: 364px){
  .form .collapse-processed{
      font-size: 20px;
      margin-bottom: 10px;
  }
}
@media (max-width: 767px){
  .form{
      max-width: 500px;
  }
  fieldset{
      padding: 10px 25px !important;
  }
  .form .field-label{
      text-align: left;
  }
  .form .collapse-processed{
      margin-bottom: 10px;
  }
  .form-item input{
      margin: 2px 0;
      padding: 10px;
  }
  .marg_top_12_spec{
      margin-top: 0px;
  }
  .field-label {
      padding: 8px 15px 0;
  }
}


/*------form-----*/