@-moz-document url-prefix() { 
  .main-search input[type=search] {
   width:120px!important;
   padding: 10px 35px 9px 10px!important;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  }

 .main-search input[type=search]:focus {
  width:155px!important;
  padding: 10px 35px 9px 10px!important;
  background-color: #fff;
  border-color: #fff;
  -webkit-box-shadow: 0 0 5px rgba(109,207,246,.5);
  -moz-box-shadow: 0 0 5px rgba(109,207,246,.5);
  box-shadow: 0 0 5px rgba(109,207,246,.5);
}

    /* placeholder */
input:-moz-placeholder {
  color: #000;
}
a:hover,a:focus{
  color: #39beea;
  border-bottom: 1px solid #39beea;
  text-decoration: none;
} 
/*====== Research Dropdown start======*/
select {
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
}


/*====== Research Dropdown start======*/
}