@media only screen and (min-width: 359px) and (max-width: 380px)  {
   .dropdown-select{
      padding-left: 2px !important;
      font-size: 10px !important;
   }
   #search-box3{
      height:44px !important
   }

}
@media only screen and (min-width: 380px) and (max-width: 400px)  {
   .dropdown-select{
      padding-left: 2px !important;
      font-size: 11px  !important;
   }
   #search-box3{
      height:44px !important
   }
}
@media only screen and (min-width: 400px) and (max-width: 430px)  {
   .dropdown-select{
      padding-left: 2px !important;
      font-size: 12px  !important;
   }
   #search-box3{
      height:44px !important
   }
}
@media only screen and (min-width: 430px) and (max-width: 530px)  {
   .dropdown-select{
      padding-left: 2px !important;
      font-size: 13px  !important;
   }
   #search-box3{
      height:44px !important
   }
}
@media only screen and (min-width: 530px) and (max-width: 600px)  {
   .dropdown-select{

      font-size: 14px  !important;
   }
   #search-box3{
      height:44px !important
   }
}
@media only screen and (min-width: 500px) and (max-width: 3000px)  {
   #search-box3{
      height:44px !important
   }
   .header-nav ul li ul.dropdown-menu {
      left:-5em !important;
      top: 10px !important;
      right: -50px !important;
   }
}
@media only screen and (min-width: 576px) and (max-width:767px)  {
   .header-nav li{
     font-size: 12px;
   }
   .welcome_msg{
   font-size: 12px;
   }
}
@media only screen and (min-width: 992px) and (max-width:1200px)  {
   .header-nav li{
     font-size: 12px;
   }
   .welcome_msg{
   font-size: 12px;
   }
}
