.top_form {
	padding-top: 0;
	float: left;
}
.top_form input[type="text"] {
  background: transparent none repeat scroll 0 0;
  border: none;
  border-radius: 5px;
  color: #000;
  float: left;
  background: #fff;
  border-radius: 0px;
  border: none;
  height: 48px;
  margin-left: 0px;
  padding-left: 10px;
  padding-right: 30px;
  width: 304px;
    position: relative;
}
.the_whole_auto {
  background: #fafafa none repeat scroll 0 0;
  border:1px solid #f58e0e;
  border-radius: 6px;
  float: left;
  padding: 0 10px;
  position: absolute;
  width: 50%;
  z-index: 9999;
}
.autoSuggestDiv {
  border-bottom: 1px solid #c2c2c2;
  float: left;
  padding: 8px 0 15px;
  width: 100%;
}
.auto_suggest_head {
  margin-top: 8px;
}
.auto_suggest_head > h3 {
  color: #323232;
  font-family: open sans;
  font-weight: 400;
  font-size: 13px;
  text-transform: uppercase;
}
.auto_suggest_head > h3 i{
    margin-right: 6px;
}
.auto_suggest_result {
  border-radius: 4px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3) inset;
  max-height: 180px;
  min-height: 74px;
  overflow-y: auto;
  padding-left: 4px;
  padding-right: 2px;
  padding-top: 5px;
}
.auto_suggest_result a p {
  color: #323232;
  font-family: open sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  outline: inherit;
    transition: all 0.4s ease-in-out;
}
.auto_suggest_result p:last-child{
    margin: 0;
}
.auto_suggest_result a p:hover{
    background: rgba(194, 194, 194, 0.3);
    transition: all 0.4s ease-in-out;
}
.top_form {
    position: relative;
}
.top_form .the_whole_auto {
    left: 16px;
    margin-top: 5px;
    top: 100%;
    width: 100%;
}
/*.whole_login_section {
  background: rgba(0, 0, 0, 0) url("../../assets/images/new-login-page_back.png") no-repeat scroll center center / cover ;
  padding: 97px 71px;
}*/
.serach-wrapper .autoSuggestDiv .col-md-3 {
    padding-left: 0;
    padding-right: 5px;
}
.serach-wrapper .autoSuggestDiv .col-md-9 {
    padding-left: 5px;
    padding-right: 0;
}
a.searchStr {
  border-bottom: 1px solid #f1f1f1;
  color: #666;
  display: block;
  font-family: "Open Sans",sans-serif;
  font-size: 13px;
  padding: 5px;
}
/*a.searchStr:hover {
   text-decoration: underline;
}*/
.auto_suggest_result p {
  font-size: 12px;
font-family: "Open Sans",sans-serif;
}
.serach-wrapper .the_whole_auto {
    width: 100%;
}
.searchStr img{ margin-right: 10px; }
.small-text{margin: 0px ;
    margin-top: -10px;
    font-size: 12px;}
.searchStrText{ margin: 0; }
.searchStrText:hover{ color: #9e2328; text-decoration: none; }
.searchStr:hover{ text-decoration: none; }
.small-text{color: #666;}
.small-text:hover{color: #222;}
a.searchStr:hover p {
    color: #9e2328;
}
.searchStr:hover{color: #9e2328;}


.ajax-loader-hide {
    /*position: relative;*/
}

.ajax-loader-hide:before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #fff;
    opacity: 0.8;
    z-index: 9999;
    content: "";
}
.ajax-loader-hide::after {
  color: #F18F21;
  content: "\f110";
  font-family: "FontAwesome";
  font-size: 50px;
  left: 50%;
  margin-left: -20px;
  margin-top: -20px;    
  opacity: 1;
  position: absolute;
  top: 50%;
  z-index: 9999;
  animation-duration: 1600ms;
  animation-iteration-count: infinite;
  animation-name: spin;
  animation-timing-function: linear;
}
.top_form.ajax-loader-hide {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}

.top_form.ajax-loader-hide::before {
  background: transparent none repeat scroll 0 0;
}
.inline-ajax-loader.ajax-loader-hide::after {
    font-size: 18px;
}