@charset "utf-8";#header_right{float:right;padding-top:24px;position:relative;width:25%}#header_right #phone{color:#23a638;float:right;font-family:'PT Sans', sans-serif;font-size:22px;margin-right:7px;padding:1px 0!important}#header_right #contact{background-color:#006ab3;border-radius:5px;color:#fff;float:right;font-family:arial;font-size:14px;margin:2px 6px 0 /*!important*/ ;padding:10px 8px /* !important */ ;position:relative;text-transform:uppercase}#header_mid{float:left;margin-left:4px!important;margin-top:46px;width:44%}#phone #phone_no{font-family: 'PT Sans', sans-serif;font-size:18px/*!important*/ }


/************media query for width 480px to 640px **********/

@media only screen
and (min-device-width : 480px)
and (max-device-width : 640px) {

  
  #phone #phone_no{
   font-size:17px !important;    
 }
 
 #header_right {
  padding-top: 0;
  width: 47%;
}


}/*********media query ends here **********/


/************media query for width 320px to 479px **********/

@media only screen
and (min-device-width : 320px)
and (max-device-width : 479px) {
  /* Styles */


  #header_right{
    width:100%;    
  }
}/*********media query ends here*********/