#order_form {  
  width: 100%; 
  /* background: #051333;  
/*  min-height: 175px; */
 /* padding: 35px 15px 15px;
  margin: 25px 0; */
/*  border-radius: 10px; */*/
}
#order_form input, #order_form select { width: 100%; height: 55px; font-family: Roboto, sans-serif; font-size: 18px; font-weight: normal; }
#order_form select{background:#ffffff; border: 1px solid #b9b9b9;border-radius: 10px;padding-left: 15px;margin: 5px 0px 5px 0px;}
#order_form input{border: 1px solid #b9b9b9;border-radius: 10px;padding-left: 15px;margin: 5px 0px 5px 0px;}
order_form input:focus, #order_form select:focus { outline: none; -webkit-box-shadow: none; box-shadow: none; border-color: #ced4da; }
#order_form .form-group { font-family: Roboto light; font-size: 18px; font-weight: normal; margin-bottom: 0; }
.search_details, .search_content { float: left; width: 100%; 
  background: #ffffff;
    border-radius: 8px;
    padding: 10px;
/*  min-height: 200px; max-height: 200px;position:relative;*/
   }
   label.control.transport_type_label, label.control.car_condition_label {
    padding: 0px !important;
}
.search_content .get_quote {
    font-family: Roboto, sans-serif;
    font-size: 20px !important;
    color: #000;
    text-align: left;
    letter-spacing: 0px;
    margin: 10px 0px 20px 0px;
    font-weight: 700;
}

/*#order_form input[type="button"]{ height: 60px; background: #3075ff; border-radius: 6px; border: 0px !important; color: #fff; width: 100%; }*/
#order_form input[type="button"] {
    height: 55px;
    background: #3075ff;
    border-radius: 10px;
    border: 0px !important;
    color: #fff;
    width: 100%;
    margin: 12px 0px;
    text-transform: uppercase;
    font-weight: 600;
}
.search_content_holder{
  padding: 0px !important;
}
#order_form input[type="radio"]{ height: auto; vertical-align: middle; }
#order_form ul li { float: left; margin-left: 30px; list-style: outside none; height: 50px; position: relative; }
#order_form .control { display: inline-block; font-family: Roboto, sans-serif; font-size: 16px; font-weight: normal; padding-left: 10px; }
#order_form label { font-family: Roboto, sans-serif;
   font-size: 18px;
   color: #000000;
   font-weight: 500; }
   .split_width ul {
    padding: 0px;
}
#order_form ul li input[type=radio]{ position: absolute; visibility: hidden; }
#order_form ul li .control__indicator{ display: block; position: absolute; border: 2px #3075ff solid; border-radius: 100%; height: 25px; width: 25px; top: 0; left: -18px; z-index: 5; transition: border .25s linear; -webkit-transition: border .25s linear; }
#order_form ul li .control__indicator::before { display: block; position: absolute; content: ''; left: 3px; top: 3px; height: 15px; width: 15px; border-radius: 50%; margin: auto; transition: background 0.25s linear; -webkit-transition: background 0.25s linear; }
#order_form input[type=radio]:checked ~ .control__indicator::before{ background: #3075ff; }
/* #order_form label { 
	  margin-bottom: -20px;
    position: absolute;
    font-size: 0.857em;
    color: #86939E;
    font-family: Roboto Regular;
    left: 27px;
    top: 9px;
    z-index: 1;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
} */

/* Style Update 07-01-2020 */

#order_form .error_msg, #order_form .err_btm {
       color: #ff0000;
    font-weight: 400;
    font-size: 16px;
}

#order_form .input-field {
  margin: 5px 0px;
}
#order_form label.float_label {
   font-family: Roboto, sans-serif;
   font-size: 18px;
   color: #000000;
   font-weight: 500;
/*  position: absolute;
  top: 18px;
  left: 15px;
  font-size: 18px;
  color: #86939E;
  width: 100%;
  transition: all 0.6s ease-in-out;
  cursor: text;*/
}
.search_content .custom-margin {
    margin-bottom: 10px;
}
.search_content li.lable_holder {
    margin: 0px !important;
}
#order_form input#autocomplete_pickup, #order_form input#autocomplete_delivery {
 /* width: 100%;
  border: 0;
  outline: 0;
  padding: 15px 15px 0;
  box-shadow: none;
  color: #111;*/
      width: 100%;
      border: 1px solid #b9b9b9;
      border-radius: 10px;
      padding-left: 15px;
          margin: 5px 0px 5px 0px;
}
#order_form input:invalid {
  outline: 0;
}
#order_form input:focus~label,
#order_form input:valid~label {
  font-size: 14px;
  font-weight: 800;
  top: 5px;
}

#order_form .input_err { border: 1px solid #f00 !important; }

/* Style Update 07-01-2020 */

/* Style Update 08-01-2020 */

input[type=button],.control--radio { cursor: pointer; }

/* Style Update 08-01-2020 */

@media only screen and (max-width: 768px) {
  .search_details, .search_content { min-height: auto; max-height: initial; }
  #order_form ul { margin: 0; padding: 0; }
  .split_width { float: left; width: 100%; }
  #order_form ul li { margin-left: 0; width: 100%; }
  #order_form ul li .control__indicator { left: 0; }
  #order_form .control { padding-left: 35px; }
}

